org.ow2.jonas.generators.raconfig
Class RAConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.generators.raconfig.RAConfigException
All Implemented Interfaces:
Serializable

public class RAConfigException
extends Exception

RAConfigException thrown when RAConfig fails.

Author:
Guillaume Sauthier
See Also:
Serialized Form

Constructor Summary
RAConfigException(String message)
           
RAConfigException(String message, Throwable cause)
           
RAConfigException(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

RAConfigException

public RAConfigException(String message)
Parameters:
message - inner message

RAConfigException

public RAConfigException(Throwable cause)
Parameters:
cause - inner cause

RAConfigException

public RAConfigException(String message,
                         Throwable cause)
Parameters:
message - inner message
cause - inner cause


Copyright © 2010 OW2 Consortium. All Rights Reserved.