info.magnolia.api
Class MgnlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.api.MgnlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Content2BeanException, ExchangeException

public class MgnlException
extends Exception

Generic, top-level exception thrown by various Magnolia subsystems. See subclasses.

Version:
$Id: MgnlException.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp
See Also:
Serialized Form

Constructor Summary
MgnlException()
           
MgnlException(String message)
           
MgnlException(String message, Throwable cause)
           
MgnlException(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

MgnlException

public MgnlException()

MgnlException

public MgnlException(String message,
                     Throwable cause)

MgnlException

public MgnlException(String message)

MgnlException

public MgnlException(Throwable cause)


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.