org.argouml.application.security
Class ExitSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
org.argouml.application.security.ExitSecurityException
- All Implemented Interfaces:
- Serializable
- public class ExitSecurityException
- extends SecurityException
An Argo security exception.
- Since:
- 0.9.4
- See Also:
- Serialized Form
Field Summary |
private boolean |
hidden
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
hidden
private boolean hidden
ExitSecurityException
public ExitSecurityException()
- The constructor.
ExitSecurityException
public ExitSecurityException(boolean h)
- The constructor.
- Parameters:
h
- true if the exception is hidden
isHidden
public boolean isHidden()
- Returns:
- true if this exception is hidden