csdk.v1_0.api.user
Class UserException

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.user.UserException
All Implemented Interfaces:
Serializable

public class UserException
extends CSDKException

Exceção padrão lançada pelas aplicações ao consultar usuários via CSDK.

See Also:
Serialized Form

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

UserException

public UserException(String message,
                     Throwable cause)
Construtor

Parameters:
message - mensagem
cause - causa

UserException

public UserException(String message)
Construtor

Parameters:
message - mensagem

UserException

public UserException(Throwable cause)
Construtor

Parameters:
cause - causa.

UserException

protected UserException()
Construtor.



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