issrg.pba.rbac
Class BadURLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byissrg.utils.EmbeddedException
              extended byissrg.pba.PbaException
                  extended byissrg.pba.rbac.BadURLException
All Implemented Interfaces:
java.io.Serializable

public class BadURLException
extends PbaException

This class extends PbaException to notify specifically about malformed URL passed to a URLHandler.

See Also:
Serialized Form

Constructor Summary
BadURLException()
           
BadURLException(java.lang.String msg)
           
BadURLException(java.lang.String msg, java.lang.Throwable th)
          This constructor bulds a BadURLException with a root cause embedded.
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadURLException

public BadURLException()

BadURLException

public BadURLException(java.lang.String msg)

BadURLException

public BadURLException(java.lang.String msg,
                       java.lang.Throwable th)
This constructor bulds a BadURLException with a root cause embedded.

Parameters:
msg - a human-readable explanation of the exception cause
th - Throwable that triggered the exception