org.ow2.weblab.core.extended.exception
Class WebLabUncheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.weblab.core.extended.exception.WebLabUncheckedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WebLabNotYetImplementedException, WebLabResourceCreationException, WebLabRISyntaxException

public class WebLabUncheckedException
extends java.lang.RuntimeException

Weblab Unchecked Exception based on "Best Practices for Exception Handling" Logging is done once when it's created

Author:
Cassidian WebLab Team
See Also:
Serialized Form

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

WebLabUncheckedException

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

WebLabUncheckedException

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

WebLabUncheckedException

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


Copyright © 2004-2010. All Rights Reserved.