public class NotSupportedException extends ExternalSystemException
Constructor and Description |
---|
NotSupportedException(java.lang.String message) |
NotSupportedException(java.lang.String message,
java.lang.String... quickFixes) |
NotSupportedException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String... quickFixes) |
NotSupportedException(java.lang.Throwable cause) |
getOriginalReason, getQuickFixes, initCause, isCauseInitialized, printStackTrace, printStackTrace
public NotSupportedException(java.lang.String message)
public NotSupportedException(java.lang.Throwable cause)
public NotSupportedException(java.lang.String message, java.lang.String... quickFixes)
public NotSupportedException(java.lang.String message, java.lang.Throwable cause, java.lang.String... quickFixes)