org.weblab_project.core.exception
Class WebLabResourceCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.weblab_project.core.exception.WebLabUncheckedException
                  extended by org.weblab_project.core.exception.WebLabResourceCreationException
All Implemented Interfaces:
java.io.Serializable

public class WebLabResourceCreationException
extends WebLabUncheckedException

WebLabUncheckedException to be thrown when an error occurs in Resource creation.

Author:
EADS WebLab Team
See Also:
Serialized Form

Field Summary
static java.lang.String EXCEPTION
          Default error message to be used.
 
Constructor Summary
WebLabResourceCreationException(java.lang.String message)
           
WebLabResourceCreationException(java.lang.String message, java.lang.Throwable cause)
           
WebLabResourceCreationException(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
 

Field Detail

EXCEPTION

public static final java.lang.String EXCEPTION
Default error message to be used.

See Also:
Constant Field Values
Constructor Detail

WebLabResourceCreationException

public WebLabResourceCreationException(java.lang.String message,
                                       java.lang.Throwable cause)
Parameters:
message - The message
cause - The Throwable that causes the RuntimeException.

WebLabResourceCreationException

public WebLabResourceCreationException(java.lang.String message)
Parameters:
message - The message

WebLabResourceCreationException

public WebLabResourceCreationException(java.lang.Throwable cause)
Parameters:
cause - The Throwable that causes the RuntimeException.


Copyright © 2004-2009. All Rights Reserved.