com.twainconnect.core
Class TwainConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jimageconnect.core.JImageConnectException
              extended by com.twainconnect.core.TwainConnectException
All Implemented Interfaces:
java.io.Serializable

public class TwainConnectException
extends com.jimageconnect.core.JImageConnectException

One and only TwainConnect Exception class

Since:
3.0.1
Version:
5.7.0
Author:
twainconnect
See Also:
Serialized Form

Constructor Summary
TwainConnectException()
          default ctor
TwainConnectException(java.lang.String message)
          ctor
TwainConnectException(java.lang.String msg, java.lang.Throwable t)
          Message and a Nested Exception
TwainConnectException(java.lang.Throwable e)
          Nested Exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

TwainConnectException

public TwainConnectException()
default ctor


TwainConnectException

public TwainConnectException(java.lang.Throwable e)
Nested Exception


TwainConnectException

public TwainConnectException(java.lang.String msg,
                             java.lang.Throwable t)
Message and a Nested Exception


TwainConnectException

public TwainConnectException(java.lang.String message)
ctor

Parameters:
message - to display tot he client