com.jurismarches.vradi.services
Class VradiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jurismarches.vradi.services.VradiException
All Implemented Interfaces:
Serializable

public class VradiException
extends Exception

Generic vradi service exception.

Since:
0.0.4
Author:
morin
See Also:
Serialized Form

Constructor Summary
VradiException(String message)
          Constructs a new exception with the specified detail message.
VradiException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
VradiException(Throwable cause)
          Deprecated. since 0.0.5, try to use VradiException(String, Throwable) instead
 
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

VradiException

public VradiException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - message

VradiException

public VradiException(String message,
                      Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message -
cause -

VradiException

@Deprecated
public VradiException(Throwable cause)
Deprecated. since 0.0.5, try to use VradiException(String, Throwable) instead

Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

Parameters:
cause - cause


Copyright © 2009-2010 JurisMarches. All Rights Reserved.