Bouncy Castle Cryptography Library 1.81

org.bouncycastle.util
Class Exceptions

java.lang.Object
  extended byorg.bouncycastle.util.Exceptions

public class Exceptions
extends java.lang.Object


Constructor Summary
Exceptions()
           
 
Method Summary
static java.lang.IllegalArgumentException illegalArgumentException(java.lang.String message, java.lang.Throwable cause)
           
static java.lang.IllegalStateException illegalStateException(java.lang.String message, java.lang.Throwable cause)
           
static java.io.IOException ioException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

public Exceptions()
Method Detail

illegalArgumentException

public static java.lang.IllegalArgumentException illegalArgumentException(java.lang.String message,
                                                                          java.lang.Throwable cause)

illegalStateException

public static java.lang.IllegalStateException illegalStateException(java.lang.String message,
                                                                    java.lang.Throwable cause)

ioException

public static java.io.IOException ioException(java.lang.String message,
                                              java.lang.Throwable cause)

Bouncy Castle Cryptography Library 1.81