|
|||||||||||
| 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.tobesoft.xplatform.tx.PlatformException
Platform의 예외를 의미하는 Exception이다.
| Constructor Summary | |
PlatformException()
기본 생성자이다. |
|
PlatformException(java.lang.String message)
메시지를 가지는 생성자이다. |
|
PlatformException(java.lang.String message,
java.lang.Throwable cause)
메시지와 원천(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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PlatformException()
public PlatformException(java.lang.String message)
message - 메시지
public PlatformException(java.lang.String message,
java.lang.Throwable cause)
message - 메시지cause - 원천 예외
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||