org.vigia.client.exception
Class VigiaClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.vigia.client.exception.VigiaClientException
All Implemented Interfaces:
java.io.Serializable

public class VigiaClientException
extends java.lang.RuntimeException

Version:
1.0 (16/11/08)
Author:
Ada & Toshi
See Also:
Serialized Form

Constructor Summary
VigiaClientException(java.lang.String msg)
          Throws an exception of the Vigia Client.
VigiaClientException(java.lang.String msg, java.lang.Throwable cause)
          Throws an exception of the Vigia Client.
 
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

VigiaClientException

public VigiaClientException(java.lang.String msg)
Throws an exception of the Vigia Client.

Parameters:
msg - the message.

VigiaClientException

public VigiaClientException(java.lang.String msg,
                            java.lang.Throwable cause)
Throws an exception of the Vigia Client.

Parameters:
msg - the message.
cause - the exception's cause.