Project Wonder 5.0

er.workerchannel
Class ERWorkerChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by er.workerchannel.ERWorkerChannelException
All Implemented Interfaces:
java.io.Serializable

public class ERWorkerChannelException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
ERWorkerChannelException()
          Constructs an EJBException with no detail message.
ERWorkerChannelException(java.lang.Exception exception)
          Constructs an EJBException that embeds the originally thrown exception.
ERWorkerChannelException(java.lang.Exception exception, java.lang.String message)
          Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message.
ERWorkerChannelException(java.lang.String message)
          Constructs an EJBException with the specified detailed message.
 
Method Summary
 java.lang.Exception getCausedByException()
          Obtain the exception that caused the ERWorkerChannelException being thrown.
 java.lang.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(java.lang.String message)
Constructs an EJBException with the specified detailed message.


ERWorkerChannelException

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


ERWorkerChannelException

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

Method Detail

getCausedByException

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


getMessage

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

Overrides:
getMessage in class java.lang.Throwable

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.