planetj.dataengine.security
Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
planetj.exception.CMException
planetj.dataengine.exception.DataEngineException
planetj.dataengine.security.UnauthorizedException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnauthorizedException
- extends DataEngineException
This exception is to allow for a distinct DataEngineException to allow
for separation of itself from other DataEngineExceptions. An UnauthorizedException
should be thrown when access to a given DataEngine object is attempted, but the
current user is not allowed.
- See Also:
- Serialized Form
Methods inherited from class planetj.exception.CMException |
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayStringInternal, getDisplayType, getMessage, getNextException, getOriginalException, getPropertyChange, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnauthorizedException
public UnauthorizedException(java.lang.Exception e)
- UnauthorizedException constructor comment.
- Parameters:
e
- java.lang.Exception
UnauthorizedException
public UnauthorizedException(java.lang.Exception e,
java.lang.String pMessage)
- UnauthorizedException constructor comment.
- Parameters:
e
- java.lang.ExceptionpMessage
- java.lang.String
UnauthorizedException
public UnauthorizedException(java.lang.String message)
- UnauthorizedException constructor comment.
- Parameters:
message
- java.lang.String