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

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
 

Constructor Detail

ArgoSecurityException

public ArgoSecurityException()

ArgoSecurityException

public ArgoSecurityException(boolean hidden)
Method Detail

isHidden

public boolean isHidden()


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook