creamtec.webcream.core
Class WebCreamSecurityException

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 creamtec.webcream.core.WebCreamSecurityException
All Implemented Interfaces:
java.io.Serializable

public class WebCreamSecurityException
extends java.lang.SecurityException

Currently not used.

See Also:
Serialized Form

Field Summary
static int SYSTEM_EXIT
           
static int UNSPECIFIED
           
 
Constructor Summary
WebCreamSecurityException(int code)
           
WebCreamSecurityException(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

WebCreamSecurityException

public WebCreamSecurityException(java.lang.String text)

WebCreamSecurityException

public WebCreamSecurityException(int code)
Method Detail

getCode

public int getCode()


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