org.jboss.portal.server.kernel
Class ServiceRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.server.kernel.KernelException
              extended by org.jboss.portal.server.kernel.ServiceRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceRegistrationException
extends KernelException

See Also:
Serialized Form

Constructor Summary
ServiceRegistrationException()
           
ServiceRegistrationException(java.lang.String message)
           
ServiceRegistrationException(java.lang.String message, java.lang.Throwable cause)
           
ServiceRegistrationException(java.lang.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

ServiceRegistrationException

public ServiceRegistrationException()

ServiceRegistrationException

public ServiceRegistrationException(java.lang.String message)

ServiceRegistrationException

public ServiceRegistrationException(java.lang.String message,
                                    java.lang.Throwable cause)

ServiceRegistrationException

public ServiceRegistrationException(java.lang.Throwable cause)