PREV CLASS
NEXT CLASS
com.ibm.workplace.wcm.api.exceptions
Class OperationBlockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.workplace.wcm.api.exceptions.WCMException
com.ibm.workplace.wcm.api.exceptions.AuthorizationException
com.ibm.workplace.wcm.api.exceptions.OperationBlockedException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public class OperationBlockedException
- extends com.ibm.workplace.wcm.api.exceptions.AuthorizationException
The OperationBlockedException is thrown if the API operation the user attempts to access
is blocked from continuing.
- Since:
- 8.5 CF9
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OperationBlockedException
public OperationBlockedException(java.util.List<Localized> localizedMessage)
- Constructor that requires a localized message
- Parameters:
- localizedMessage - a localized message description extra information about the exception
getMessages
public java.util.List<Localized> getMessages()
- The messages for this exception
- Returns:
- Localized messages for this exception
PREV CLASS
NEXT CLASS