Package com.primavera.common.exceptions
Class InvalidAuthenticationModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.primavera.PrimaveraException
com.primavera.ServerException
com.primavera.PhoenixException
com.primavera.common.exceptions.InvalidAuthenticationModeException
- All Implemented Interfaces:
Serializable
An exception class used when connecting to a database fails because
authentication using LDAP was attempted with a native database, or vice-versa.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAuthenticationModeException(String message) Class constructor specifying a detailed message. -
Method Summary
Methods inherited from class com.primavera.ServerException
getSource, setSourceMethods inherited from class com.primavera.PrimaveraException
getOriginalException, getStackTrace, getStackTrace, isSQLExceptionThrown, printStackTrace, printStackTrace, printStackTrace, removeOriginalExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvalidAuthenticationModeException
Class constructor specifying a detailed message.- Parameters:
message- the message of this exception
-