All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.CAServerException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.certificate.CAServerException
- public class CAServerException
- extends Exception
-
CAServerException()
- Creates a CAServerException
-
CAServerException(String)
- Create a CAServerException with a detailed message.
-
toString()
- Convert to a human-readable form.
CAServerException
public CAServerException()
- Creates a CAServerException
CAServerException
public CAServerException(String s)
- Create a CAServerException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form.
- Returns:
- the string in teh exception
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index