Class CompressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.nn.adapterframework.core.IbisException
-
- nl.nn.adapterframework.compression.CompressionException
-
- All Implemented Interfaces:
Serializable
public class CompressionException extends IbisException
Wrapper for compression related exceptions.- Since:
- 4.9.10
- Author:
- Gerrit van Brakel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nl.nn.adapterframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
-
Constructor Summary
Constructors Constructor Description CompressionException()
CompressionException(String msg)
CompressionException(String msg, Throwable cause)
CompressionException(Throwable cause)
-
Method Summary
-
Methods inherited from class nl.nn.adapterframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-