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

Fields inherited from class com.sap.security.api.UMException
m_throwable
 
Constructor Summary
CertificateAlreadyInUseException()
          Constructs a new AttributeValueAlreadyExistsException
CertificateAlreadyInUseException(java.lang.String message)
          Constructs a new AttributeValueAlreadyExistsException
CertificateAlreadyInUseException(java.lang.Throwable nestedException)
          Constructs a new AttributeValueAlreadyExistsException
CertificateAlreadyInUseException(java.lang.Throwable nestedException, java.lang.String message)
          Constructs a new AttributeValueAlreadyExistsException
 
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 com.sap.security.api.UMException
getLocalizedMessage, getMessage, getNestedException, main, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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
Method Detail

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.