| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.caucho.security.SecurityContextException
SecurityContextException | public class SecurityContextException extends Exception implements ExceptionWrapper,Serializable(Code) | | Security exception for finding the current security context.
|
SecurityContextException | public SecurityContextException()(Code) | | Null for serializable.
|
SecurityContextException | public SecurityContextException(String msg)(Code) | | Create a basic SecurityContextException with a message.
Parameters: msg - the exception message. |
SecurityContextException | public SecurityContextException(Throwable rootCause)(Code) | | Create a SecurityContextException wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
SecurityContextException | public SecurityContextException(String message, Throwable rootCause)(Code) | | Create a SecurityContextException wrapping a root exception.
Parameters: message - the message to use. Parameters: rootCause - the underlying wrapped exception. |
getMessage | public String getMessage()(Code) | | Returns the appropriate exception message.
|
getRootCause | public Throwable getRootCause()(Code) | | Returns the root exception if it exists.
the underlying wrapped exception. |
toString | public String toString()(Code) | | Print the exception as a string.
|
|
|
|