com.iparelan.util
Class ProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
ProxyException(String msg)
          Creates a ProxyException.
ProxyException(String msg, Throwable cause)
          Creates a ProxyException.
ProxyException(Throwable cause)
          Creates a ProxyException.
 
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

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.