org.argouml.application.security
Class ArgoSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byorg.argouml.application.security.ArgoSecurityException
All Implemented Interfaces:
java.io.Serializable

public class ArgoSecurityException
extends java.lang.SecurityException

An Argo security exception.

Since:
0.9.4
See Also:
Serialized Form

Field Summary
private  boolean _hidden
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ArgoSecurityException()
           
ArgoSecurityException(boolean hidden)
           
 
Method Summary
 boolean isHidden()
           
 
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
 

Field Detail

_hidden

private boolean _hidden
Constructor Detail

ArgoSecurityException

public ArgoSecurityException()

ArgoSecurityException

public ArgoSecurityException(boolean hidden)
Method Detail

isHidden

public boolean isHidden()


ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook