Style Intelligence v12.0

inetsoft.sree.security
Class SRSecurityException

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

public class SRSecurityException
extends Exception

Generate security excption

See Also:
Serialized Form

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

SRSecurityException

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


SRSecurityException

public SRSecurityException(String msg)
Constructs an SRSecurityException 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.

SRSecurityException

public SRSecurityException(String message,
                           Throwable cause)
Constructs an SRSecurityException 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:
message - the detail message.
cause - the root cause.

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