Package com.primavera

Class PhoenixException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchException, DatabaseConfigurationException, InvalidAuthenticationModeException, InvalidBootstrapException, InvalidCredentialsException, LicenseException, LicenseServiceException

public class PhoenixException extends ServerException
Internal server-side exception class
See Also:
  • Constructor Details

    • PhoenixException

      public PhoenixException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • PhoenixException

      public PhoenixException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception