org.glassfish.ha.store.spi
Class DuplicateFactoryRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.ha.store.spi.DuplicateFactoryRegistrationException
All Implemented Interfaces:
Serializable

public class DuplicateFactoryRegistrationException
extends RuntimeException

Author:
bhavanishankar@dev.java.net
See Also:
Serialized Form

Constructor Summary
DuplicateFactoryRegistrationException()
          Creates a DuplicateFactoryRegistrationException with null as its detail message.
DuplicateFactoryRegistrationException(String message)
          constructs a DuplicateFactoryRegistrationException with the specified detail message
DuplicateFactoryRegistrationException(String message, 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

DuplicateFactoryRegistrationException

public DuplicateFactoryRegistrationException()
Creates a DuplicateFactoryRegistrationException with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


DuplicateFactoryRegistrationException

public DuplicateFactoryRegistrationException(String message)
constructs a DuplicateFactoryRegistrationException with the specified detail message

Parameters:
message - the detail message. The detail message is saved for later retrieval by Throwable.getMessage() method.

DuplicateFactoryRegistrationException

public DuplicateFactoryRegistrationException(String message,
                                             Throwable t)
Constructs a new DuplicateFactoryRegistrationException exception with the specified cause and a detail message of (cause==null ? null : cause.toString())

Parameters:
message - the detail message. The detail message is saved for
t - the cause


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.