org.objectweb.jonas.webapp.jonasadmin
Class JonasAdminException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.service.ServiceException
                  extended byorg.objectweb.jonas.webapp.jonasadmin.JonasAdminException
All Implemented Interfaces:
java.io.Serializable

public class JonasAdminException
extends ServiceException

JOnAS Administration Application Exception. Generic exception for all troubles of the JOnAS Administration Application.

Author:
Michel-Ange ANTON
See Also:
Serialized Form

Field Summary
protected  java.lang.String m_Id
          Error ID
 
Constructor Summary
JonasAdminException(java.lang.String p_Id)
           
JonasAdminException(java.lang.String p_Id, java.lang.String p_Message)
           
JonasAdminException(java.lang.String p_Id, java.lang.String p_Message, java.lang.Throwable p_Throwable)
           
 
Method Summary
 java.lang.String getId()
          Accessor to the error ID.
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_Id

protected java.lang.String m_Id
Error ID

Constructor Detail

JonasAdminException

public JonasAdminException(java.lang.String p_Id,
                           java.lang.String p_Message,
                           java.lang.Throwable p_Throwable)

JonasAdminException

public JonasAdminException(java.lang.String p_Id,
                           java.lang.String p_Message)

JonasAdminException

public JonasAdminException(java.lang.String p_Id)
Method Detail

getId

public java.lang.String getId()
Accessor to the error ID.

Returns:
String The error ID