csdk.v1_0.api.application
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.api.core.CSDKException
              extended by csdk.v1_0.api.application.ApplicationException
All Implemented Interfaces:
Serializable

public class ApplicationException
extends CSDKException

Exceção padrão lançada pelas aplicações CSDK.

See Also:
Serialized Form

Constructor Summary
protected ApplicationException()
          Construtor.
  ApplicationException(String message)
          Construtor
  ApplicationException(String message, Throwable cause)
          Construtor.
  ApplicationException(Throwable cause)
          Construtor
 
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

ApplicationException

public ApplicationException(String message,
                            Throwable cause)
Construtor.

Parameters:
message - mensagem de erro.
cause - causa do erro.

ApplicationException

public ApplicationException(String message)
Construtor

Parameters:
message - mensagem de erro.

ApplicationException

public ApplicationException(Throwable cause)
Construtor

Parameters:
cause - causa do erro.

ApplicationException

protected ApplicationException()
Construtor.



Copyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.