com.attachmate.vhi.resource.client
Class EISModelDefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by com.attachmate.vhi.resource.client.EISApptrieveException
                  extended by com.attachmate.vhi.resource.client.EISServerException
                      extended by com.attachmate.vhi.resource.client.EISModelDefException
All Implemented Interfaces:
java.io.Serializable

public class EISModelDefException
extends EISServerException

Has the same semantics as com.wrq.apptrieve.agent.ModelDefException. Used with javax.resource.cci.ResourceWarning to report procedure execution warnings.

Author:
KarlUp
See Also:
Serialized Form

Constructor Summary
EISModelDefException()
          Constructs a new exception with null as its detail message.
EISModelDefException(java.lang.String message)
          Constructs a new exception with the specified detail message.
EISModelDefException(java.lang.String message, java.lang.StackTraceElement[] stackTrace)
          Constructs a new exception with the specified detail message and stack trace.
EISModelDefException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
EISModelDefException(java.lang.String message, java.lang.Throwable cause, java.lang.StackTraceElement[] stackTrace)
          Constructs a new exception with the specified detail message, cause, and stack trace.
EISModelDefException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EISModelDefException

public EISModelDefException()
Constructs a new exception with null as its detail message.


EISModelDefException

public EISModelDefException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - detail message.

EISModelDefException

public EISModelDefException(java.lang.String message,
                            java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - detail message.
cause - throwable that caused this exception.

EISModelDefException

public EISModelDefException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - throwable that caused this exception.

EISModelDefException

public EISModelDefException(java.lang.String message,
                            java.lang.StackTraceElement[] stackTrace)
Constructs a new exception with the specified detail message and stack trace.

Parameters:
message - detail message.
stackTrace - from the cause of this exception.

EISModelDefException

public EISModelDefException(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.StackTraceElement[] stackTrace)
Constructs a new exception with the specified detail message, cause, and stack trace.

Parameters:
message - detail message.
cause - throwable that caused this exception.
stackTrace - from the cause of this exception.


Copyright © 2007 Attachmate Corporation. All Rights Reserved.