br.ufg.integrate.exception
Class WrapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.ufg.integrate.exception.IntegrateException
              extended by br.ufg.integrate.exception.WrapperException
All Implemented Interfaces:
Serializable

public class WrapperException
extends IntegrateException

Version:
0.1 Excessão relacionada com falhas específicas das operações relacionadas aos wrappers.
Author:
Rogerio
See Also:
Serialized Form

Constructor Summary
WrapperException()
           
WrapperException(String arg0)
           
WrapperException(String arg0, Throwable arg1)
           
WrapperException(Throwable arg0)
           
 
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

WrapperException

public WrapperException()

WrapperException

public WrapperException(String arg0)
Parameters:
arg0 -

WrapperException

public WrapperException(String arg0,
                        Throwable arg1)
Parameters:
arg0 -
arg1 -

WrapperException

public WrapperException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2008 Rogério Arantes Gaioso. All Rights Reserved.