com.redhat.rhn.common.client
Class InvalidCertificateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.redhat.rhn.common.client.InvalidCertificateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCertificateException
extends java.lang.Exception

Invalid client certificate

See Also:
Serialized Form

Constructor Summary
InvalidCertificateException(java.lang.String message)
          Constructor
InvalidCertificateException(java.lang.String message, java.lang.Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCertificateException

public InvalidCertificateException(java.lang.String message)
Constructor

Parameters:
message - exception message

InvalidCertificateException

public InvalidCertificateException(java.lang.String message,
                                   java.lang.Throwable cause)
Constructor

Parameters:
message - exception message
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)