Package org.jboss.as.webservices.config
Class DisabledOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.as.webservices.config.DisabledOperationException
- All Implemented Interfaces:
Serializable
Exception indicating the required operation is disabled (temporarly or pemanently) and hence coudn't be performed.
- Author:
- Alessio Soldano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDisabledOperationException(String message) DisabledOperationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisabledOperationException
public DisabledOperationException() -
DisabledOperationException
-
DisabledOperationException
-