org.javaseis.util
Class SeisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.javaseis.util.SeisException
All Implemented Interfaces:
java.io.Serializable

public class SeisException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
SeisException()
          Constructs an instance of SeisException.
SeisException(java.lang.String message)
          Constructs an instance of SeisException.
 
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

SeisException

public SeisException()
Constructs an instance of SeisException.


SeisException

public SeisException(java.lang.String message)
Constructs an instance of SeisException.

Parameters:
message - The exception message to set.