Class DuplicateFactoryRegistrationException

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

public class DuplicateFactoryRegistrationException extends RuntimeException
Author:
[email protected]
See Also:
  • Constructor Details

    • 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