net.sf.maia
Class MaiaRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.maia.MaiaRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StorageException

public class MaiaRuntimeException
extends java.lang.RuntimeException

Author:
Magnus Grimsell
See Also:
Serialized Form

Constructor Summary
MaiaRuntimeException()
           
MaiaRuntimeException(java.lang.String message)
           
MaiaRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
MaiaRuntimeException(java.lang.Throwable cause)
           
 
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

MaiaRuntimeException

public MaiaRuntimeException()

MaiaRuntimeException

public MaiaRuntimeException(java.lang.String message)
Parameters:
message -

MaiaRuntimeException

public MaiaRuntimeException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message -
cause -

MaiaRuntimeException

public MaiaRuntimeException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005 Maia. All Rights Reserved.