com.sap.security.api
Class CertificateAlreadyInUseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.CertificateAlreadyInUseException
- All Implemented Interfaces:
- java.io.Serializable
- public class CertificateAlreadyInUseException
- extends UMException
- See Also:
- Serialized Form
|
Method Summary |
java.util.Collection |
getCertificateOwners()
Returns the owners who already own the certificate. |
void |
setCertificateOwners(java.util.Collection owners)
Stores the owners who already own this certificate. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CertificateAlreadyInUseException
public CertificateAlreadyInUseException(java.lang.Throwable nestedException,
java.lang.String message)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
message - the detail message.nestedException - the root exception.
CertificateAlreadyInUseException
public CertificateAlreadyInUseException(java.lang.Throwable nestedException)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
nestedException - the root exception.
CertificateAlreadyInUseException
public CertificateAlreadyInUseException(java.lang.String message)
- Constructs a new AttributeValueAlreadyExistsException
- Parameters:
message - the detail message.
CertificateAlreadyInUseException
public CertificateAlreadyInUseException()
- Constructs a new AttributeValueAlreadyExistsException
setCertificateOwners
public void setCertificateOwners(java.util.Collection owners)
- Stores the owners who already own this certificate.
- Parameters:
owners - The owners to be stored.
getCertificateOwners
public java.util.Collection getCertificateOwners()
- Returns the owners who already own the certificate.
- Returns:
- The unique IDs of accounts who already own the certificate or null.