Package org.kuali.coeus.s2sgen.api.core
Class S2SException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.coeus.s2sgen.api.core.S2SException
- All Implemented Interfaces:
Serializable
This class is for exceptions that occur in the s2s subsystem.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionS2SException(String msg) S2SException(String msg, int messageType) S2SException(String message, Exception ex) S2SException(String errorKey, String msg) S2SException(String errorKey, String msg, String... params) -
Method Summary
Modifier and TypeMethodDescriptionintString[]This method returns the message as the first element followed by all params.String[]voidsetErrorKey(String errorKey) voidsetErrorMessage(String errorMessage) voidsetMessageType(int messageType) voidvoidsetTabErrorKey(String tabErrorKey) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_S2S_UNKNOWN
- See Also:
-
-
Constructor Details
-
S2SException
public S2SException() -
S2SException
-
S2SException
-
S2SException
-
S2SException
-
S2SException
-
S2SException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getMessageWithParams
This method returns the message as the first element followed by all params.- Returns:
- message and parameters in an array.
-
getErrorMessage
-
setErrorMessage
-
getErrorKey
-
setErrorKey
-
getMessageType
public int getMessageType() -
setMessageType
public void setMessageType(int messageType) -
getParams
-
setParams
-
getTabErrorKey
-
setTabErrorKey
-