Class RhpamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.tkit.rhpam.quarkus.messaging.common.RhpamException
-
- All Implemented Interfaces:
Serializable
public class RhpamException extends Exception
The type Rhpam exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RhpamException(String message)Instantiates a new Rhpam exception.RhpamException(String errorCode, String errorMessage, Exception cause)New RHPAM exception with error code and error message.RhpamException(String message, Throwable cause)Instantiates a new Rhpam exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RhpamException
public RhpamException(String message)
Instantiates a new Rhpam exception.- Parameters:
message- the message
-
RhpamException
public RhpamException(String errorCode, String errorMessage, Exception cause)
New RHPAM exception with error code and error message.- Parameters:
errorCode- the error codeerrorMessage- the error messagecause- the causing exception
-
-