com.waveset.exception
Class DeprovisionRequired
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.waveset.util.ExceptionWrapper
com.waveset.util.WavesetException
com.waveset.exception.DeprovisionRequired
- All Implemented Interfaces:
- java.io.Serializable
- public class DeprovisionRequired
- extends WavesetException
An exception thrown when an attempt is made to delete
a Waveset account for which resource accounts still exist.
The message has two parameters, the name of the Waveset user account,
and a comma separated list of resource names.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
code_id
|
Methods inherited from class com.waveset.util.WavesetException |
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages |
Methods inherited from class com.waveset.util.ExceptionWrapper |
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
DeprovisionRequired
public DeprovisionRequired(java.lang.String user,
java.lang.String resources)
- Construct a new object with a detailed message.
DeprovisionRequired
public DeprovisionRequired(Message msg)
- Construct a new object with a detailed message.
- Parameters:
msg
- Message object