org.apache.geronimo.management.geronimo
Class CertificationAuthorityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.management.geronimo.CertificationAuthorityException
All Implemented Interfaces:
Serializable

public class CertificationAuthorityException
extends Exception

Exception indicating that a CertificationAuthority operation was unsuccessful.

See Also:
Serialized Form

Constructor Summary
CertificationAuthorityException(String message)
           
CertificationAuthorityException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CertificationAuthorityException

public CertificationAuthorityException(String message)

CertificationAuthorityException

public CertificationAuthorityException(String message,
                                       Throwable cause)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.