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:
java.io.Serializable

public class VradiException
extends java.lang.Exception

Generic vradi service exception.

Since:
0.0.4
Author:
morin
See Also:
Serialized Form

Constructor Summary
VradiException(java.lang.String message)
          Constructs a new exception with the specified detail message.
VradiException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
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(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - message

VradiException

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

Parameters:
message -
cause -


Copyright © 2009-2010 JurisMarches. All Rights Reserved.