|
SiteMinder Java SDK r12.0 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.netegrity.policyserver.smapi.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. |
|
| 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.0 SP2 Fri 11/06/2009 |
|||||||||
| PREV CLASS NEXT CLASS | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||