|
|
|||||||||||
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.platform.symphony.soam.SoamException
public class SoamException
NOTE: If any of the methods of this class are called after the main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).
Constructor Summary | |
---|---|
SoamException()
Constructs an exception with a null detail message and no cause. |
|
SoamException(java.lang.String message)
Constructs an exception with the provided detail message and no cause. |
|
SoamException(java.lang.String message,
int errorCode)
Constructs an exception with the provided detail message and associated error code. |
|
SoamException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with the provided detail message and cause. |
|
SoamException(java.lang.Throwable cause)
Constructs an exception with a null detail message and the
provided cause. |
Method Summary | |
---|---|
java.lang.Exception |
getEmbeddedException()
Returns the embedded exception object. |
int |
getErrorCode()
Returns the error code associated with the exception. |
java.lang.String |
getErrorType()
Returns the type of the exception by name for example "FailureException". |
java.lang.String |
toString()
Returns a description of this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SoamException()
null
detail message and no cause.
The cause may be later initialized by invoking initCause
.
public SoamException(java.lang.String message)
initCause
.
message
- The detail message. The detail message can be accessed by
invoking getMessage
.public SoamException(java.lang.String message, int errorCode)
message
- The detail message. The detail message can be accessed by
invoking getMessage
.errorCode
- The Error Code message. The detail message can be accessed by
invoking getErrorCode
.public SoamException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message. The detail message can be accessed by
invoking getMessage
.cause
- The cause of the exception. The cause can be accessed by
invoking getCause
.public SoamException(java.lang.Throwable cause)
null
detail message and the
provided cause.
cause
- The cause of the exception. The cause can be accessed by
invoking getCause
.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
public int getErrorCode()
public java.lang.String getErrorType()
public java.lang.Exception getEmbeddedException() throws SoamException
SoamException
|
Version 5.1 Date Modified: -DREL_DATE=Apr 28 2011 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2009 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |