com.iparelan.util
Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iparelan.util.ProxyException
- All Implemented Interfaces:
- Serializable
@Generated(value="com.iparelan.jet.Jet",
date="2008-07-28T11:54:00.529-0400")
public class ProxyException
- extends RuntimeException
An exception that signals a proxy error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
ProxyException
public ProxyException(String msg)
- Creates a
ProxyException
.
- Parameters:
msg
- A message describing this error.
May not be null
.
ProxyException
public ProxyException(Throwable cause)
- Creates a
ProxyException
.
- Parameters:
cause
- The error that caused this error.
May not be null
.
ProxyException
public ProxyException(String msg,
Throwable cause)
- Creates a
ProxyException
.
- Parameters:
msg
- A message describing this error.
May not be null
.cause
- The error that caused this error.
May not be null
.
Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.