com.agilent.android.io
Class AAIoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.agilent.android.io.AAIoException
All Implemented Interfaces:
java.io.Serializable

public class AAIoException
extends java.lang.Exception

See Also:
Serialized Form

Nested Class Summary
static class AAIoException.ErrorType
           
 
Field Summary
 AAIoException.ErrorType error
           
 
Constructor Summary
AAIoException(AAIoException.ErrorType thisError)
           
AAIoException(AAIoException.ErrorType thisError, java.lang.Throwable ex)
           
 
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
 

Field Detail

error

public AAIoException.ErrorType error
Constructor Detail

AAIoException

public AAIoException(AAIoException.ErrorType thisError)

AAIoException

public AAIoException(AAIoException.ErrorType thisError,
                     java.lang.Throwable ex)