Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.UnsupportedOperationException
- All Implemented Interfaces:
Serializable
Checked counterpart of
UnsupportedOperationException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().UnsupportedOperationException(String message) SeeException(String).UnsupportedOperationException(String message, Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedOperationException
public UnsupportedOperationException()SeeException(). -
UnsupportedOperationException
SeeException(String). -
UnsupportedOperationException
-
UnsupportedOperationException
SeeException(Throwable).
-