iaik.security.random
Class RandomException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--iaik.security.random.RandomException

public class RandomException
extends java.lang.RuntimeException

Exception for the error conditions that might occur in the random package. Typically these exceptions indicate incorrect use and will not be caught, consequently this is a subclass of RuntimeException.

See Also:
Serialized Form

Constructor Summary
RandomException()
           
RandomException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomException

public RandomException()

RandomException

public RandomException(java.lang.String msg)