Serializable
public class AlgorithmAlreadyRegisteredException extends XMLSecurityException
msgID
Constructor | Description |
---|---|
AlgorithmAlreadyRegisteredException() |
Constructor AlgorithmAlreadyRegisteredException
|
AlgorithmAlreadyRegisteredException(Exception originalException,
String msgID) |
Constructor AlgorithmAlreadyRegisteredException
|
AlgorithmAlreadyRegisteredException(Exception originalException,
String msgID,
Object[] exArgs) |
Constructor AlgorithmAlreadyRegisteredException
|
AlgorithmAlreadyRegisteredException(String msgID) |
Constructor AlgorithmAlreadyRegisteredException
|
AlgorithmAlreadyRegisteredException(String msgID,
Exception originalException) |
Deprecated.
|
AlgorithmAlreadyRegisteredException(String msgID,
Object[] exArgs) |
Constructor AlgorithmAlreadyRegisteredException
|
AlgorithmAlreadyRegisteredException(String msgID,
Object[] exArgs,
Exception originalException) |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
getMsgID, getOriginalException, printStackTrace, toString
public AlgorithmAlreadyRegisteredException()
public AlgorithmAlreadyRegisteredException(String msgID)
msgID
- public AlgorithmAlreadyRegisteredException(String msgID, Object[] exArgs)
msgID
- exArgs
- public AlgorithmAlreadyRegisteredException(Exception originalException, String msgID)
originalException
- msgID
- @Deprecated public AlgorithmAlreadyRegisteredException(String msgID, Exception originalException)
public AlgorithmAlreadyRegisteredException(Exception originalException, String msgID, Object[] exArgs)
originalException
- msgID
- exArgs
- @Deprecated public AlgorithmAlreadyRegisteredException(String msgID, Object[] exArgs, Exception originalException)
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.