Class ISOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.iso.ISOException
- All Implemented Interfaces:
Serializable, Loggeable
- Direct Known Subclasses:
ConfigurationException, DirPoll.DirPollException, ISOFilter.VetoException, ISOVException, SecureKeyStore.SecureKeyStoreException, SMException
Signals that an ISO exception of some sort has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anISOExceptionwith no detail message.Constructs anISOExceptionwith the specified detail message.ISOException(String s, Throwable nested) Constructs anISOExceptionwith a detail Message nested exceptionISOException(Throwable nested) Constructs anISOExceptionwith a nested exception -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(PrintStream p, String indent) protected StringvoidvoidvoidtoString()Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ISOException
public ISOException()Constructs anISOExceptionwith no detail message. -
ISOException
Constructs anISOExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
ISOException
Constructs anISOExceptionwith a nested exception- Parameters:
nested- another exception
-
ISOException
Constructs anISOExceptionwith a detail Message nested exception- Parameters:
s- the detail message.nested- another exception
-
-
Method Details
-
getNested
-
getTagName
-
dump
-
toString
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-