org.jboss.seam.cron.impl.scheduling.exception
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.seam.cron.impl.scheduling.exception.InternalException
- All Implemented Interfaces:
- Serializable
public class InternalException
- extends RuntimeException
This exception indicates a probable programming error, eg using a managed bean
before properly configuring it.
- Author:
- Peter Royle
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalException
public InternalException(String message)
- Create a new instance of #
InternalException with the given error message.
- Parameters:
message - The error message.
InternalException
public InternalException(String message,
Throwable cause)
- Create a new instance of #
InternalException with the given error message and cause.
- Parameters:
message - The error message.cause - The original cause.
Copyright © 2011 Seam Framework. All Rights Reserved.