Style Intelligence v12.0

inetsoft.sree.security
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by inetsoft.sree.security.SecurityException
All Implemented Interfaces:
Serializable

public class SecurityException
extends Exception

Generate security excption

See Also:
Serialized Form

Constructor Summary
SecurityException()
          Constructs an SecurityException with null as its error detail message.
SecurityException(String msg)
          Constructs an SecurityException with the specified detail message.
 
Method Summary
 
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

SecurityException

public SecurityException()
Constructs an SecurityException with null as its error detail message.


SecurityException

public SecurityException(String msg)
Constructs an SecurityException with the specified detail message. The error message string msg can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
msg - the detail message.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.