public class SIIncorrectCallException extends SIException
Constructor and Description |
---|
SIIncorrectCallException() |
SIIncorrectCallException(java.lang.String message)
Constructor for when the Exception
|
SIIncorrectCallException(java.lang.Throwable cause)
Constructor for when the Exception is to be thrown because another
Exception has been caught during the copy.
|
getExceptionInserts, getExceptionReason
public SIIncorrectCallException()
public SIIncorrectCallException(java.lang.Throwable cause)
cause
- The original Throwable which has caused this to be thrown.public SIIncorrectCallException(java.lang.String message)
message
- A String giving information about the problem which caused this to be thrown.