Class IntegrationModuleRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- be.business.connector.core.exceptions.IntegrationModuleRuntimeException
-
- All Implemented Interfaces:
Serializable
public class IntegrationModuleRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationModuleRuntimeException(String message)IntegrationModuleRuntimeException(String message, Throwable cause)IntegrationModuleRuntimeException(Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()StringgetMessage()static StringgetUserLocale()Gets the user locale.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IntegrationModuleRuntimeException
public IntegrationModuleRuntimeException(String message, Throwable cause)
-
IntegrationModuleRuntimeException
public IntegrationModuleRuntimeException(String message)
-
IntegrationModuleRuntimeException
public IntegrationModuleRuntimeException(Throwable cause)
-
-
Method Detail
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getUserLocale
public static String getUserLocale()
Gets the user locale.- Returns:
- the user locale
-
-