com.sun.javatest.exec
Class Session.Fault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.javatest.exec.Session.Fault
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Session

public static class Session.Fault
extends java.lang.Exception

Exception signaling of the problem happened while dealing with Session.

See Also:
Serialized Form

Constructor Summary
Session.Fault(java.lang.String reason)
           
Session.Fault(java.lang.Throwable thr)
           
 
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

Session.Fault

public Session.Fault(java.lang.String reason)

Session.Fault

public Session.Fault(java.lang.Throwable thr)


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.