Class JunoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byJunoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExitShellException

public class JunoException
extends Exception

A general Juno Exception.

Version:
10
See Also:
Serialized Form

Constructor Summary
JunoException()
          The default (no argument) constructor.
JunoException(String message)
          A general Juno exception holding a String message.
 
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

JunoException

public JunoException()
The default (no argument) constructor.


JunoException

public JunoException(String message)
A general Juno exception holding a String message.

Parameters:
message - the message.