|
JBoss Remoting 3 3.2.17.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jboss.remoting3.RemotingException
org.jboss.remoting3.ServiceRegistrationException
public class ServiceRegistrationException

A service registration exception, thrown when registering a service fails for some reason.
| Constructor Summary | |
|---|---|
ServiceRegistrationException()
Constructs a ServiceRegistrationException with no detail message. |
|
ServiceRegistrationException(String msg)
Constructs a ServiceRegistrationException with the specified detail message. |
|
ServiceRegistrationException(String msg,
Throwable cause)
Constructs a ServiceRegistrationException with the specified detail message and cause. |
|
ServiceRegistrationException(Throwable cause)
Constructs a ServiceRegistrationException with the specified 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 |
|---|
public ServiceRegistrationException()
initCause.
public ServiceRegistrationException(String msg)
initCause.
msg - the detail messagepublic ServiceRegistrationException(Throwable cause)
(cause == null ? null : cause.toString())(which typically contains the class and detail message of cause).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
public ServiceRegistrationException(String msg,
Throwable cause)
msg - the detail messagecause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
|
JBoss Remoting 3 3.2.17.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||