Class SamIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.calypsonet.terminal.calypso.transaction.SamIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class SamIOException extends java.lang.RuntimeException
Indicates a communication error with the SAM (e.g. timeout, network error, etc...).- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SamIOException(java.lang.String message)
SamIOException(java.lang.String message, java.lang.Throwable cause)
Encapsulates a lower level exception.
-
-
-
Constructor Detail
-
SamIOException
public SamIOException(java.lang.String message)
- Parameters:
message
- The message to identify the exception context.- Since:
- 1.0.0
-
SamIOException
public SamIOException(java.lang.String message, java.lang.Throwable cause)
Encapsulates a lower level exception.- Parameters:
message
- Message to identify the exception context.cause
- The cause.- Since:
- 1.0.0
-
-