|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.exceptions
Class InvalidSoloFlagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.SoloAccessorException
com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class InvalidSoloFlagException
- extends SoloAccessorException
Exception which should be thrown when detecting an invalid Solo flag.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
flag
Invalid Solo flag |
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
flag
protected final java.lang.String flag
- Invalid Solo flag
InvalidSoloFlagException
public InvalidSoloFlagException(java.lang.String aFlag,
SoloAccessor aAccessor)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aFlag - Invalid Solo flag
- aAccessor - Solo accessor that caused the exception
InvalidSoloFlagException
public InvalidSoloFlagException(java.lang.String aFlag,
SoloAccessor aAccessor,
java.lang.Exception aReason)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aAccessor - Solo accessor that caused the exception
- aFlag - Invalid Solo flag
- aReason - Reason for the exception
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |