|
||||||||||
| 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.lang.RuntimeException
org.glassfish.ha.store.spi.DuplicateFactoryRegistrationException
public class DuplicateFactoryRegistrationException
| Constructor Summary | |
|---|---|
DuplicateFactoryRegistrationException()
Creates a DuplicateFactoryRegistrationException with null as its detail message. |
|
DuplicateFactoryRegistrationException(java.lang.String message)
constructs a DuplicateFactoryRegistrationException with the specified detail message |
|
DuplicateFactoryRegistrationException(java.lang.String message,
java.lang.Throwable t)
Constructs a new DuplicateFactoryRegistrationException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) |
|
| 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 DuplicateFactoryRegistrationException()
Throwable.initCause(java.lang.Throwable).
public DuplicateFactoryRegistrationException(java.lang.String message)
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage() method.
public DuplicateFactoryRegistrationException(java.lang.String message,
java.lang.Throwable t)
message - the detail message. The detail message is saved fort - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||