Project Wonder 2.0

er.workerchannel
Class ERWorkerChannelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byer.workerchannel.ERWorkerChannelException
All Implemented Interfaces:
Serializable

public class ERWorkerChannelException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ERWorkerChannelException()
          Constructs an EJBException with no detail message.
ERWorkerChannelException(Exception exception)
          Constructs an EJBException that embeds the originally thrown exception.
ERWorkerChannelException(Exception exception, String message)
          Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message.
ERWorkerChannelException(String message)
          Constructs an EJBException with the specified detailed message.
 
Method Summary
 Exception getCausedByException()
          Obtain the exception that caused the ERWorkerChannelException being thrown.
 String getMessage()
          Returns the detail message, including the message from the nested exception if there is one.
 
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

ERWorkerChannelException

public ERWorkerChannelException()
Constructs an EJBException with no detail message.


ERWorkerChannelException

public ERWorkerChannelException(String message)
Constructs an EJBException with the specified detailed message.


ERWorkerChannelException

public ERWorkerChannelException(Exception exception)
Constructs an EJBException that embeds the originally thrown exception.


ERWorkerChannelException

public ERWorkerChannelException(Exception exception,
                                String message)
Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message.

Method Detail

getCausedByException

public Exception getCausedByException()
Obtain the exception that caused the ERWorkerChannelException being thrown.


getMessage

public String getMessage()
Returns the detail message, including the message from the nested exception if there is one.


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.