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
public final class DisabledOperationException extends RuntimeException
Exception indicating the required operation is disabled (temporarly or pemanently) and hence coudn't be performed.- Author:
- Alessio Soldano
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisabledOperationException()DisabledOperationException(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
-
-