Class IbisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthorizationException, ClassLoaderException, CmisSessionException, CollectionException, ConfigurationException, DomBuilderException, EncryptionException, FileSystemException, FlowGenerationException, HttpAuthenticationException, JavascriptException, JdbcException, JmsException, JobExecutionException, JsonException, ListenerException, ManagedStateException, MessageBrowseException, MonitorException, ParameterException, PipeRunException, SapException, SenderException, TimeoutException, TransactionException, XmlException, XmlValidatorException
Base Exception with compact but informative getMessage().
- Author:
- Gerrit van Brakel
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIbisException(String message) IbisException(String message, Throwable cause) IbisException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringexpandMessage(@Nullable String msg, Throwable e) static StringexpandMessage(@Nullable String msg, Throwable e, IbisException.ExcludeClassInfoExceptionFilter filter) static @Nullable StringgetMessages(Throwable t, @Nullable String message) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IbisException
public IbisException() -
IbisException
-
IbisException
-
IbisException
-
-
Method Details
-
getExceptionSpecificDetails
-
expandMessage
-
expandMessage
public static String expandMessage(@Nullable String msg, Throwable e, IbisException.ExcludeClassInfoExceptionFilter filter) -
getMessages
-
getMessage
- Overrides:
getMessagein classThrowable
-