|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netegrity.policyserver.smapi.SmJavaApiException
public class SmJavaApiException
Exception thrown by SiteMinder Java API.
| Constructor Summary | |
|---|---|
SmJavaApiException()
Constructs a new exception with null as its detail message. |
|
SmJavaApiException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
SmJavaApiException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SmJavaApiException()
null as its detail message.
public SmJavaApiException(java.lang.String message)
Constructs a new exception with the specified detail message.
message - The detail message.
public SmJavaApiException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
message - The detail message.cause - The cause.
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||