Class GlueMessageCreatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.message.layout.GlueMessageCreatorException
- All Implemented Interfaces:
Serializable
Message 생성시 발생되는 Exception을 처리하는 Class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription생성자(constructor).GlueMessageCreatorException
(String msg, Throwable cause) 생성자(constructor). -
Method Summary
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
GlueMessageCreatorException
생성자(constructor). Message 생성 Exception- Parameters:
msg
- String
-
GlueMessageCreatorException
생성자(constructor). Message 생성 Exception- Parameters:
msg
- Stringcause
- Throwable
-