com.ebmwebsourcing.easyviper.extended.service.behaviour.impl.util.jarLoader
Class JarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ebmwebsourcing.easyviper.extended.service.behaviour.impl.util.jarLoader.JarException
All Implemented Interfaces:
java.io.Serializable

public class JarException
extends java.lang.Exception

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
JarException()
           
JarException(java.lang.String message)
           
JarException(java.lang.String message, java.lang.Throwable cause)
           
JarException(java.lang.Throwable 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

JarException

public JarException()

JarException

public JarException(java.lang.String message)
Parameters:
message -

JarException

public JarException(java.lang.String message,
                    java.lang.Throwable cause)
Parameters:
message -
cause -

JarException

public JarException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.