org.weblab_project.core.exception
Class WebLabResourceCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.weblab_project.core.exception.WebLabUncheckedException
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. |
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 |
EXCEPTION
public static final java.lang.String EXCEPTION
- Default error message to be used.
- See Also:
- Constant Field Values
WebLabResourceCreationException
public WebLabResourceCreationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The messagecause
- 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-2010. All Rights Reserved.