com.mypos.myposcheckout.ipc

 

Class IPCException

java.lang.Object java.lang.Throwable java.lang.Exception com.mypos.myposcheckout.ipc.IPCException
All Implemented Interfaces:
java.io.Serializable


public class IPCException
extends java.lang.Exception
IPC exception class. All exceptions thrown from the library classes are of this type. All other exceptions thrown inside the API communication methods are wrapped in this type, and the original exception is provided as a cause.
See Also:
Serialized Form

 

Constructor Summary

Constructors
Constructor and Description
IPCException(java.lang.String message) 
IPCException(java.lang.String message, java.lang.Throwable cause) 
IPCException(java.lang.Throwable cause) 

 

Method Summary

 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  • Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

IPCException

public IPCException(java.lang.String message)

IPCException

public IPCException(java.lang.Throwable cause)

IPCException

public IPCException(java.lang.String message,
                    java.lang.Throwable cause)