org.ow2.jonas.adm
Class AdmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.adm.AdmException
All Implemented Interfaces:
Serializable

public class AdmException
extends ServiceException

Exption throwed by the Adm object when a deployment operation failed due to a missing service.

Author:
Adriana Danes
See Also:
Serialized Form

Constructor Summary
AdmException(String message)
          Constructs a new AdmException with the specified message.
 
Method Summary
 
Methods inherited from class org.ow2.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
 

Constructor Detail

AdmException

public AdmException(String message)
Constructs a new AdmException with the specified message.

Parameters:
message - the detail message.


Copyright © 2010 OW2 Consortium. All Rights Reserved.