com.creamtec.ajaxswing.core
Class AjaxSwingSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by com.creamtec.ajaxswing.core.AjaxSwingSecurityException
All Implemented Interfaces:
java.io.Serializable

public class AjaxSwingSecurityException
extends java.lang.SecurityException

Currently not used.

See Also:
Serialized Form

Field Summary
static int SYSTEM_EXIT
           
static int UNSPECIFIED
           
 
Constructor Summary
AjaxSwingSecurityException(int code)
           
AjaxSwingSecurityException(java.lang.String text)
           
 
Method Summary
 int getCode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSPECIFIED

public static final int UNSPECIFIED
See Also:
Constant Field Values

SYSTEM_EXIT

public static final int SYSTEM_EXIT
See Also:
Constant Field Values
Constructor Detail

AjaxSwingSecurityException

public AjaxSwingSecurityException(java.lang.String text)

AjaxSwingSecurityException

public AjaxSwingSecurityException(int code)
Method Detail

getCode

public int getCode()


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.