com.primavera
Class PhoenixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.primavera.PrimaveraException
com.primavera.ServerException
com.primavera.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:
- Serialized Form
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 exceptionthE
- the originally thrown exception
PhoenixException
public PhoenixException(String strMessage)
- Class constructor specifying a detailed message.
- Parameters:
strMessage
- the message of this exception
Copyright © 2003, 2010, Oracle and/or its affiliates. All rights reserved.