|
|||||||||
| 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.axeda.esrs.sdk.SDKModelNotFoundException
public class SDKModelNotFoundException
An SDK level encapsulation class of the SDK code
| Constructor Summary | |
|---|---|
SDKModelNotFoundException(java.lang.String message)
Accepts the exception message in the constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Delegates to the inner exception for the message |
void |
printStackTrace()
Delegates to the innder exception for the printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SDKModelNotFoundException(java.lang.String message)
message - The message related to the cause of the exception| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||