br.com.caelum.stella.boleto
Class CriacaoBoletoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by br.com.caelum.stella.boleto.BoletoException
                  extended by br.com.caelum.stella.boleto.CriacaoBoletoException
All Implemented Interfaces:
Serializable

public class CriacaoBoletoException
extends BoletoException

Representa um erro ao pegar dados de um boleto.

See Also:
Serialized Form

Constructor Summary
CriacaoBoletoException(Exception e)
           
CriacaoBoletoException(String message)
           
CriacaoBoletoException(String message, Exception e)
           
 
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

CriacaoBoletoException

public CriacaoBoletoException(String message,
                              Exception e)

CriacaoBoletoException

public CriacaoBoletoException(Exception e)

CriacaoBoletoException

public CriacaoBoletoException(String message)


Copyright © 2009 Caelum. All Rights Reserved.