Package systextil.intg.api
Class IntgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
systextil.intg.api.IntgException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntgListException
Lança mensagens mais enxutas referentes ao processo de integração.
- Author:
- sergio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntgException
(String message) IntgException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IntgException
-
IntgException
-
-
Method Details
-
toString
-
printStackTrace
Imprime no stack trace apenas a mensagem.- Overrides:
printStackTrace
in classThrowable
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-
toString
-