net.sourceforge.mystique.domain
Class MystiqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.mystique.domain.MystiqueException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RepositoryException

public class MystiqueException
extends java.lang.Exception

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]
See Also:
Serialized Form

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

MystiqueException

public MystiqueException()

MystiqueException

public MystiqueException(java.lang.String message)

MystiqueException

public MystiqueException(java.lang.Throwable cause)

MystiqueException

public MystiqueException(java.lang.String message,
                         java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.