|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
inetsoft.sree.security.SRSecurityException
public class SRSecurityException
Generate security excption
| 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 |
|---|
public SRSecurityException()
SRSecurityException with null
as its error detail message.
public SRSecurityException(String msg)
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.
msg - the detail message.
public SRSecurityException(String message,
Throwable cause)
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.
message - the detail message.cause - the root cause.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||