JTwain v9 - Lab Asprise! All Rights Reserved.

com.asprise.util.jtwain
Class OperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.asprise.util.jtwain.JTwainException
              extended bycom.asprise.util.jtwain.OperationException
All Implemented Interfaces:
Serializable

public class OperationException
extends JTwainException

Exception indicating an operation exception.

See Also:
Serialized Form

Constructor Summary
OperationException()
           
OperationException(String message)
           
OperationException(String message, Throwable cause)
           
OperationException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationException

public OperationException()

OperationException

public OperationException(String message)
Parameters:
message -

OperationException

public OperationException(String message,
                          Throwable cause)
Parameters:
message -
cause -

OperationException

public OperationException(Throwable cause)
Parameters:
cause -

JTwain v9 - Lab Asprise! All Rights Reserved.