oracle.panama.tools.webbean
Class WebBeanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.tools.webbean.WebBeanException
All Implemented Interfaces:
java.io.Serializable

public class WebBeanException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
WebBeanException(java.lang.String message)
           
WebBeanException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
TypeMethod
 java.lang.Exception getEmbeddedException()
           
 void setEmbeddedException(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebBeanException

public WebBeanException(java.lang.String message)

WebBeanException

public WebBeanException(java.lang.String message,
                        java.lang.Exception e)
Method Detail

setEmbeddedException

public void setEmbeddedException(java.lang.Exception e)

getEmbeddedException

public java.lang.Exception getEmbeddedException()