pt.digitalis.utils.ioc.exception
Class IoCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.utils.ioc.exception.IoCException
All Implemented Interfaces:
Serializable

public class IoCException
extends Exception

IoC Exception.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
See Also:
Serialized Form

Constructor Summary
IoCException(String message)
          Builds a new exception from a message.
IoCException(String message, Throwable cause)
          Builds a new exception from a message and a cause.
IoCException(Throwable cause)
          Builds a new exception from a 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

IoCException

public IoCException(String message)
Builds a new exception from a message.

Parameters:
message - the message

IoCException

public IoCException(Throwable cause)
Builds a new exception from a cause.

Parameters:
cause - the cause

IoCException

public IoCException(String message,
                    Throwable cause)
Builds a new exception from a message and a cause.

Parameters:
message - the message
cause - the cause


Copyright © 2012 Digitalis Informática Lda. All Rights Reserved.